home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Adventurer's / MechFight / GAME / NEW_GAME < prev    next >
Text File  |  1990-08-31  |  316b  |  10 lines

  1. echo "NEW GAME"
  2. echo "Copying all necessary files from /EDITOR and deleting Player.save..."
  3. copy /EDITOR/#?.pm /GAME/
  4. copy /EDITOR/#?.it /GAME/
  5. copy /EDITOR/#?.texts /GAME/
  6. copy /EDITOR/#?.texts.l /GAME/
  7. copy /EDITOR/#?.objs /GAME/
  8. delete Player.save
  9. echo "Task done... Double-click on MF-icon to start a new game!"
  10.